home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / DriverSupport.idl < prev    next >
Text File  |  1996-05-01  |  1KB  |  65 lines

  1. /*
  2.      File:        DriverSupport.idl
  3.  
  4.      Contains:    Driver Support Interfaces.
  5.  
  6.      Version:    Technology:    Sustem 7.5 and 8
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __DRIVERSUPPORT_IDL__
  19. #define __DRIVERSUPPORT_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __CONDITIONALMACROS_IDL__
  25. #include <ConditionalMacros.idl>
  26. #endif
  27. #ifndef __TYPES_IDL__
  28. #include <Types.idl>
  29. #endif
  30. #ifndef __KERNEL_IDL__
  31. #include <Kernel.idl>
  32. #endif
  33. #if FOR_SYSTEM8_PREEMPTIVE
  34. #ifndef __TIMING_IDL__
  35. #include <Timing.idl>
  36. #endif
  37. #endif
  38. #ifndef __DEVICES_IDL__
  39. #include <Devices.idl>
  40. #endif
  41. #ifndef __OSUTILS_IDL__
  42. #include <OSUtils.idl>
  43. #endif
  44. #ifndef __MACHINEEXCEPTIONS_IDL__
  45. #include <MachineExceptions.idl>
  46. #endif
  47.  
  48. #ifdef __SOMIDL__
  49.  
  50. typedef OpaquePtr                DeviceLogicalAddressPtr;    /* Substituted OpaquePtr for ``LogicalAddress*'' */
  51.  
  52. #if FOR_SYSTEM7_ONLY
  53. #endif
  54. #if FOR_SYSTEM7_ONLY
  55. typedef UnsignedWide            Nanoseconds;
  56.  
  57. #endif
  58. #if FOR_SYSTEM7_ONLY
  59. #endif
  60.  
  61. #endif /* __SOMIDL__ */
  62.  
  63. #endif /* __DRIVERSUPPORT_IDL__ */
  64.  
  65.